home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Gigarom 1
/
Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso
/
FILES
/
HYP
/
C-D
/
DeveloperStax.cpt
/
Developer Stack 1.2r
/
card_33409.txt
< prev
next >
Wrap
Text File
|
1989-02-26
|
675b
|
46 lines
-- card: 33409 from stack: in.2r
-- bmap block id: 0
-- flags: 0000
-- background id: 3837
-- name: InKey
-- part contents for background part 5
----- text -----
InKey
-- part contents for background part 6
----- text -----
InKey is a XFCN that allows you to trap for any key typed.
If you find this XFCN useful, feel free to use and distribute.
Guy de Picciotto.
CIS: 73300,3637
GENIE: G.PICCIOTO
-- part contents for background part 7
----- text -----
Syntax:
Inkey()
To capture all keystrokes, use the following script in your stack script:
On Idle
get Inkey()
pass idle
End Idle
-- part contents for background part 10
----- text -----
30